home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20010306-20010921 / 000298_fdc@watsun.cc.columbia.edu_Fri Aug 10 12:10:33 EDT 2001.msg < prev    next >
Text File  |  2020-01-01  |  2KB  |  46 lines

  1. Article: 12653 of comp.protocols.kermit.misc
  2. Path: newsmaster.cc.columbia.edu!watsun.cc.columbia.edu!fdc
  3. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  4. Newsgroups: comp.protocols.kermit.misc
  5. Subject: Re: Init settings
  6. Date: 10 Aug 2001 16:10:31 GMT
  7. Organization: Columbia University
  8. Lines: 29
  9. Message-ID: <9l111n$64i$1@newsmaster.cc.columbia.edu>
  10. References: <tn0hlqg5v5p9a2@corp.supernews.com> <9kpn6s$eb4$1@newsmaster.cc.columbia.edu> <tn814g5t0guve0@corp.supernews.com>
  11. NNTP-Posting-Host: watsun.cc.columbia.edu
  12. X-Trace: newsmaster.cc.columbia.edu 997459831 6290 128.59.39.2 (10 Aug 2001 16:10:31 GMT)
  13. X-Complaints-To: postmaster@columbia.edu
  14. NNTP-Posting-Date: 10 Aug 2001 16:10:31 GMT
  15. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:12653
  16.  
  17. In article <tn814g5t0guve0@corp.supernews.com>,
  18. Steve <steve@baus-systems.com> wrote:
  19. : I have a standard external Zoom modem which works fine.  I setup the Zoom
  20. : with an init string which includes s0=1 and then set K95 in server mode, the
  21. : other side dials in and sends and gets files as needed.
  22. : As an excersise to prove I have no life, I was messing around with a USB
  23. : modem to see if I could get it to work specifying it as Tapi.  I initially
  24. : set the modem by going into connect mode and sending an AT string which
  25. : seemed to take fine but I could not get the USB modem to keep the s0=1
  26. : setting so the modem was not answering once in server mode...
  27. :
  28. Why not sidestep all of this and use Kermit's built-in ANSWER command,
  29. which does all of this for you?
  30.  
  31. : I then made a
  32. : change to output an init string as Windows said it was using Com3:.  That
  33. : got the modem to answer and most of the time it would work but about ever
  34. : 4th or 5th call in the middle of files going across I would get an exception
  35. : error or the PC would simply reboot which typically is not what you would
  36. : like to see during a file transfer.
  37. : I set the Zoom backup and no problem.
  38. :
  39. It is quite conceivable that a buggy modem, especially a "controllerless"
  40. (software) modem, could crash Windows.  As always, we recommend external
  41. modems.  It's not a Kermit issue, it's just good sense.
  42.  
  43. - Frank
  44.